updated: 2022-01-23_12:32:31-05:00


Abstract Data Type

Data structure where you don't have to understand how it's implemented

Made of three things:

  1. Interface
  2. Implementation
  3. Encapsulation (Data Hiding)